home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000352_news@columbia.edu_Fri Nov 10 01:57:15 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA20546
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Sat, 11 Nov 1995 02:56:17 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id CAA22895 for kermit.misc@watsun; Sat, 11 Nov 1995 02:56:15 -0500
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!newsfeed.internetmci.com!in2.uu.net!usc!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: MS-Kermit and Carriage returns
  8. Message-Id: <1995Nov10.075715.66492@cc.usu.edu>
  9. Date: 10 Nov 95 07:57:15 MDT
  10. References: <47taeg$jsu@tomcat.sasknet.sk.ca>
  11. Organization: Utah State University
  12. Lines: 9
  13. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  14.  
  15. In article <47taeg$jsu@tomcat.sasknet.sk.ca>, colwell@news (Lee Colwell) writes:
  16. > When I try to use MS-Kermit on a PC to log on to the UNIX
  17. > server at work, the enter key is always displayed as a ^M.
  18. > How do I correct this to get it to make enter behave normaly?
  19. ----------
  20.     Because the Enter key defaults to sending Carriage Control,
  21. Control-M. You can either fix the Unix machine to match or use 
  22. Kermit command SET KEY to redefine the Enter key.
  23.     Joe D.